home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / nanoInstall 1.0 / source / standardfile_.cp < prev    next >
Text File  |  1996-07-05  |  221b  |  17 lines

  1.  
  2. #include <Finder.h>
  3. #include <StandardFile.h>
  4. #include <Threads.h>
  5.  
  6. #include "standardfile_.h"
  7.  
  8. standardfile::standardfile( short dlogID)
  9.     : StandardFileReply()
  10.     , DLOG_ID( dlogID)
  11. {
  12. }
  13.  
  14. standardfile::~standardfile()
  15. {
  16. }
  17.